@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	color: #3a3a3a;
	line-height: 1.25;
}

a {text-decoration: none;}


.page { position: relative; margin: 0 auto; max-width: 100%;}

.page {
    display: grid;
    background-color: white;
    grid-template-areas: 
    "top_bar"
    "header"
    "breadcrumbs"
    "product"
    "related"
    "footer"
    ;
    margin: 0;
}

.top_bar {
    grid-area: top_bar;
    width: 100%;
	height: 30px; 
    background: #5f5d36;
    color: #fff;
}

.top_bar .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
}
.top_bar .content p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
}

.top_bar p a {
    color: white;
}

header {
    grid-area: header;
    position: relative;	
    height: 209px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
}

.logo_area {
    min-height: 159px;
}

.logo_area .content {
    display: flex;
}

.logo {flex: 0 0 30%; }

.infobox {
    flex: 0 0 70%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textbox {
    width: 100%;
    text-align: center;
    position: relative;
    top: -10px;
    color: #3a3a3a;
    font-size: 0.85em;
}

.textbox a {
    color: #5d5d5d;
}

i.fa-solid.fa-phone {
    color: #5d5d5d;
}

.textbox > span {margin-right: 10px;}
.textbox > span:nth-child(2) {margin-right: 10px;}

.search {display: flex; align-items: center;}

.navigation {
    height: 50px;
    background-color: #00511e;
    width: 100%;
}

.content {
	margin: 0 auto;
	max-width: 1170px;
	box-sizing: border-box;
}

.navigation > .content { 
    max-width: 100%;
    position: relative; 
    padding: 0; 
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    padding: 0 28px 0 19px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
}

.breadcrumbs {
    grid-area: breadcrumbs;
    margin: 15px 0;
    font-size: 0.8em;
}

ol.breadcrumb {
    list-style: none;
    padding: 0;
}

li.breadcrumb-item {
    display: inline;
    font-size: 1em;
}

li.breadcrumb-item :after {
    content: " /\00a0";
}


.product {
    grid-area: product;
}


.flexbox_container  {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 20px 0;
}

.image  {
    flex: 0 1 60%;
    margin-right: 20px;
    display: flex;
    background-color: #d8d8d8;
}

/* THE PRODCUCT IMAGE DUDE! */
.image img {
    max-width: 100%;
    height: 516px;
    overflow: hidden;
    object-fit: contain;
}

.description {
    flex: 0 1 40%;
}

.description h2 {
    margin: 0;
    padding: 0;
}

.description p:first-of-type {
    margin: 0;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}

.related {
    grid-area: related;
    margin: 50px 0 100px 0;
}

footer {
    grid-area: footer;
    position: relative;
    background-color: rgb(53, 53, 53);
    color: rgb(187, 187, 187);
    font-size: 0.7em;
    text-align: center;
    padding: 20px;
}

/* OMNI OVERRIDES */
.ccm-page .omni-gallery {
    clear: both;
    width: 100%;
}


/*Search Box Styling*/
input.ccm-search-block-text {
    height: 44px;
    line-height: 11px;
    border: 1px solid #00511e;
    font-size: 1em;
}

input.btn.btn-secondary.ccm-search-block-submit {
    visibility: hidden;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    max-width: none;
    width: 220px;
    height: auto;
}

div.ccm-block-page-list-page-entry, div.ccm-block-page-list-page-entry-horizontal {
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    padding: 10px 0 20px 0;
}

a.btn {
    line-height: 31px;
    border-radius: 24px;
    min-width: 240px;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #fcf3ef;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #00511e;

}

a.btn:hover {
    background-color: #00511e;
    color: #fff;
}

/* 
                     _ _                                     
                    | (_)                                    
  _ __ ___   ___  __| |_  __ _    __ _ _   _  ___ _ __ _   _ 
 | '_ ` _ \ / _ \/ _` | |/ _` |  / _` | | | |/ _ \ '__| | | |
 | | | | | |  __/ (_| | | (_| | | (_| | |_| |  __/ |  | |_| |
 |_| |_| |_|\___|\__,_|_|\__,_|  \__, |\__,_|\___|_|   \__, |
                                    | |                 __/ |
                                    |_|                |___/ 
*/
@media screen and (max-width: 974px) {

    .wsmobileheader.clearfix {
        /* border: 1px solid red; */
        min-height: 78px;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
    }
    
    header {
        height: 66px;
        background-color: #fff;
    }
    .logo_area {
        height: 159px;
    }
    .logo_area .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .infobox {
        display: none;
    }
    .logo {
        flex: 0 0 auto; 
        z-index: 999;
    }

    .logo img {
        display: none;
    }

    .navigation {visibility: hidden;}

    .product .content {
        padding: 10px;
    }

    .product h1 {
        margin: 0;
        padding: 0;
    }

    .breadcrumbs {
        margin: 0;
    }
    .breadcrumbs .content {
        padding: 10px;
        
    }
    .flexbox_container  {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        
    }
    
    .image  {
        flex: 0 1 100%;
    }

    /* THE PRODCUCT IMAGE DUDE! */
    .image img {
        max-width: 100%;
        height: 343px;
        overflow: hidden;
        object-fit: contain;
    }
    
    .description {
        flex: 0 1 100%;
        margin: 20px 20px 20px 0;
        font-size: 0.9em;
    }

    .related .content {
        padding: 10px;
        
    }

    a.btn {
        line-height: 16px;
        border-radius: 24px;
        min-width: 200px;
        font-size: 0.85em;
        font-weight: 600;
        padding: 10px 25px;
        background-color: #fcf3ef;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
    }


}